home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Weather.app / Other.bundle / mit-weather < prev    next >
Text File  |  1993-11-14  |  393b  |  14 lines

  1. #! /bin/sh
  2. cat << eof
  3.  
  4. The machines everest.lcs.mit.edu and cirrus.mit.edu provide 
  5. "finger" daemons for current Boston and New England area 
  6. weather information.
  7.  
  8. eof
  9. echo "Everest ======================================"
  10. finger weather@everest.lcs.mit.edu | sed -e '1,/^Plan:/d'
  11. echo ""
  12. echo "Cirrus ====================================="
  13. finger weather@cirrus.mit.edu | sed -e '1,/^Plan:/d'
  14.